Answer the question
In order to leave comments, you need to log in
How can I make a payment using Yandex Money (iOS SDK)?
Purpose:
To make a payment from the user's Yandex account to my Yandex account.
NSDictionary *paymentParams = @{
@"amount_due" : @100.0,
@"to" : @"4100<obfuscated>",
@"identifier_type" : @"phone",
@"comment" : @"some comment",
@"message" : @"some message to receiver",
};
YMACpsController *cpsController = [[YMACpsController alloc] initWithClientId:kClientId
patternId:@"p2p"
andPaymentParams:paymentParams];
[self presentViewController:cpsController animated:YES completion:NULL];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question