EFix
  1. EFix
EFix
  • EFix Api Nasıl Kullanılır?
  • EFix
    • Buy Package
      POST
    • Buy Package Status
      POST
    • Balance
      POST
    • Package List
      POST
    • Package Reconciliation
      POST
  • Authentication
    • Authorize EFix
      POST
  1. EFix

Buy Package

POST
/efixapi/package-buy
EFix

Request

Body Params application/json
package_id
integer <int32>
required
customer_payment_no
string  | null 
required
payment_no
string  | null 
required
Example
{
    "package_id": 0,
    "customer_payment_no": "string",
    "payment_no": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://testapi.flyp.com.tr/efixapi/package-buy' \
--header 'Content-Type: application/json' \
--data-raw '{
    "package_id": 0,
    "customer_payment_no": "string",
    "payment_no": "string"
}'

Responses

🟢200OK
application/json
OK
Body
object {0}
Example
{}
Modified at 2024-12-31 08:11:35
Previous
EFix Api Nasıl Kullanılır?
Next
Buy Package Status
Built with